type go.opentelemetry.io/otel/trace.errorConst
12 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L20: errInvalidHexID errorConst = "trace-id and span-id can only contain [0-9a-f] characters, all lowercase"
trace.go#L22: errInvalidTraceIDLength errorConst = "hex encoded trace-id must have length equals to 32"
trace.go#L23: errNilTraceID errorConst = "trace-id can't be all zero"
trace.go#L25: errInvalidSpanIDLength errorConst = "hex encoded span-id must have length equals to 16"
trace.go#L26: errNilSpanID errorConst = "span-id can't be all zero"
trace.go#L29: type errorConst string
trace.go#L31: func (e errorConst) Error() string {
tracestate.go#L18: errInvalidKey errorConst = "invalid tracestate key"
tracestate.go#L19: errInvalidValue errorConst = "invalid tracestate value"
tracestate.go#L20: errInvalidMember errorConst = "invalid tracestate list-member"
tracestate.go#L21: errMemberNumber errorConst = "too many list-members in tracestate"
tracestate.go#L22: errDuplicate errorConst = "duplicate list-member in tracestate"
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |